home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / System / PBGetInfo INIT / README < prev    next >
Encoding:
Text File  |  1994-05-05  |  721 b   |  21 lines  |  [TEXT/KAHL]

  1. The source code in this folder is for my System Folder Lock, which
  2. runs only under system 6 or earlier.  The idea is that this patch
  3. hooks into GetCatInfo, and fudges things so that the system folder
  4. is truly absent from the list of items returned by standard and
  5. non-standard "Get File" dialogs, etc.
  6.  
  7. To build the complete project, compile things in the following order:
  8.  
  9. PBGetCatInfo.π   -----> INIT.π.Rsrc
  10. INIT.π           -----> Sysfolder Lock.π.Rsrc
  11. Sysfolder Lock.π -----> SysFolder Lock
  12.  
  13.  
  14. The code for each project is saved as resource data that Think C
  15. automatically includes when the next project is built (note the
  16. clever choice of output file names....).
  17.  
  18. As always, questions go to rrwood@io.org.
  19.  
  20. -Roy Wood
  21.